PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableCell Class / setColSpan Method
The number of columns on which this cell spans.
In This Topic
    setColSpan Method
    In This Topic
    Sets the number of columns this cell spans on.
    Syntax
    public void setColSpan( 
       int value
    )

    Parameters

    value
    The number of columns on which this cell spans.
    See Also